home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Disk, files util / Man22 / man22.exe / TEXT3.TX_ / TEXT3.TX
Text File  |  1998-04-24  |  812b  |  80 lines

  1. <
  2. >
  3. <=
  4. >=
  5. ==
  6. !=
  7. +=
  8. -=
  9. *=
  10. /=
  11. %=
  12. ++
  13. --
  14. &&
  15. ||
  16. !
  17. if(  ){  }
  18. else{ }
  19. new Date()
  20. getDate()
  21. getDay()
  22. getHours()
  23. getMinutes()
  24. getMonth()
  25. getSeconds()
  26. getTime()
  27. getTimezoneOffset()
  28. getYear()
  29. parse(string)
  30. toGMTString()
  31. toLocaleString()
  32. UTC()
  33. for(var=x; var<=x2;var++){ }
  34. While(  ){ }
  35. break
  36. window.open("Url"
  37. window.close()
  38. window.confirm(" ")
  39. parent
  40. frames
  41. self
  42. top
  43. location
  44. history
  45. document
  46. links
  47. anchors
  48. alert(" ")
  49. prompt
  50. bgcolor
  51. fgcolor=#
  52. alinkcolor=#
  53. linkcolor=#
  54. vlinkcolor=#
  55. E
  56. LN2
  57. LN10
  58. LOG2E
  59. LOG10E
  60. PI
  61. SQRT1_2
  62. SQRT2
  63. Math.abs(x)
  64. Math.acos(x)
  65. Math.asin(x)
  66. Math.atan(x)
  67. Math.ceil(x)
  68. Math.cos(x)
  69. Math.exp(x)
  70. Math.floor(x)
  71. Math.log(x)
  72. Math.max(x,y)
  73. Math.min(x,y)
  74. Math.pow(x,y)
  75. Math.random()
  76. Math.round(x)
  77. Math.sin(x)
  78. Math.sqrt(x)
  79. Math.tan(x)
  80.